{{lng.gender.title}}: {{person.sex}} {{person.srole}}
{{lng.age}}: {{person.age}}
{{#if person.age2}} / {{person.age2}} {{/if}}
{{#js_if "this.person.ethnicity=='ff'"}}
FF: {{lng.yes}} {{js "lng[this.person.sexuality]"}}
{{else}}
FF: {{lng.no}}
{{/js_if}}
{{#js_if "this.person.nationality=='sm'"}}
SM: {{lng.yes}} {{js "lng[this.person.shape]"}}
{{else}}
SM: {{lng.no}}
{{/js_if}}
{{#js_if "this.person.status == 'online'"}}
{{lng.distance}}: {{person.distance}}
{{#js_if "this.person.coords.type == 'mycity'"}}
room {{person.coords.poi}}
{{/js_if}}
{{/js_if}}
{{#if showTravelDestination}}
flight_land {{person.distance_travel}}km
{{/if}}
{{person.status}}